object PTFrmFolderBrowseDlg: TPTFrmFolderBrowseDlg Left = 658 Top = 400 AutoScroll = False BorderIcons = [biSystemMenu, biMaximize] ClientHeight = 313 ClientWidth = 358 Color = clBtnFace Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] Position = poScreenCenter OnResize = FormResize PixelsPerInch = 96 TextHeight = 13 object CreateNewFolderBtn: TSpeedButton Left = 295 Top = 3 Width = 23 Height = 22 Hint = 'Create New Folder|Create a new folder here' Glyph.Data = { 76010000424D7601000000000000760000002800000020000000100000000100 0400000000000001000000000000000000001000000010000000000000000000 80000080000000808000800000008000800080800000C0C0C000808080000000 FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333333333 3333333FFFFFFFFFFF3330000000000033333388888888888F3330BFBFBFBFB0 33333383333333338F3330FBFBFBFBF033333383333333338F3330BFBFBFBFB0 33333383333333338F3330FBFBFBFBF033033383333333338F3830BFBFBFBFB0 30333383333333338F8F30FBFBFBFBF0033333833333333388F3300000000003 3030338888888888338F330BFBF03303033333383333833838F3333000033030 30333333888833838F8F33333333033333033333333338F33338333333333330 33333333333333338F3333333333333333333333333333333333333333333330 33333333333333338F3333333333333333333333333333333333} NumGlyphs = 2 ParentShowHint = False ShowHint = True OnClick = CreateBtnClick end object DeleteFolderBtn: TSpeedButton Left = 325 Top = 3 Width = 23 Height = 22 Hint = 'Delete|Deletes the selected item(s).' Glyph.Data = { F6000000424DF600000000000000760000002800000010000000100000000100 0400000000008000000000000000000000001000000010000000000000000000 80000080000000808000800000008000800080800000C0C0C000808080000000 FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00DDDDDDDDDDDD DDDDDDDDDDDDDDDDDDDDDDD0DDDDDDDDDD0DDD000DDDDDDDDDDDDD0000DDDDDD D0DDDDD000DDDDDD0DDDDDDD000DDDD00DDDDDDDD000DD00DDDDDDDDDD00000D DDDDDDDDDDD000DDDDDDDDDDDD00000DDDDDDDDDD000DD00DDDDDDD0000DDDD0 0DDDDD0000DDDDDD00DDDD000DDDDDDDDD0DDDDDDDDDDDDDDDDD} ParentShowHint = False ShowHint = True Spacing = 0 OnClick = DeleteBtnClick end object StatusTxt: TPTFrame Left = 8 Top = 8 Width = 281 Height = 17 Alignment = taLeftJustify FrameSpace = 0 FrameStyle = ptfsNone Caption = 'StatusTxt' end object PTShellTree1: TPTShellTree Left = 8 Top = 28 Width = 341 Height = 245 Options = [ptstoVirtualFolders, ptstoDesignInteractive, ptstoContextMenus, ptstoDynamicRefresh] ShowRoot = True DragMode = dmAutomatic HideSelection = False Indent = 19 OnChange = PTShellTree1Change TabOrder = 0 end object ButtonPanel: TPanel Left = 0 Top = 278 Width = 358 Height = 35 Align = alBottom BevelOuter = bvNone ParentColor = True TabOrder = 1 object OkBtn: TButton Left = 12 Top = 6 Width = 75 Height = 23 Caption = 'OK' Default = True ModalResult = 1 TabOrder = 0 end object CancelBtn: TButton Left = 92 Top = 6 Width = 75 Height = 23 Cancel = True Caption = 'Cancel' ModalResult = 2 TabOrder = 1 end object CreateBtn: TButton Left = 186 Top = 6 Width = 75 Height = 23 Cancel = True Caption = '&Create...' TabOrder = 2 OnClick = CreateBtnClick end object DeleteBtn: TButton Left = 266 Top = 6 Width = 75 Height = 23 Cancel = True Caption = '&Delete...' TabOrder = 3 OnClick = DeleteBtnClick end end end